You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVecInt Class > TVecInt Methods > Size Method > TVecInt.Size Method ([In] TMtxVecBase)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVecInt.Size Method ([In] TMtxVecBase)

Size the object.

Syntax
C#
Visual Basic
public override TMtxVecInt Size([In] TMtxVecBase Src);

Assignes the size of the Src object to the calling object. If the calling object is a TVecInt object then the Src can be of any type, otherwise TMtxInt can only obtain size from a TMtxInt object and TSparseMtx can only obtain size from a TSparseMtx object. 

If the calling object and Src are of different types and both objects have a matching TMtxVecBase.LengthLengthproperty only the IntPrecision property of the calling object will changed, while all other properties describing the size of the object (rows, cols, length) will be preserved.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!